lcTIN_GetZ Home

Retrieves Z coordinate of TIN object by X,Y position.

 BOOL lcTIN_GetZ (
   HANDLE hTIN,
   double X,
   double Y,
   double* pZ
 );

Parameters
hTIN
  Handle to a TIN object.
X Y
  Coordinates of a point inside of TIN object.
pZ
  Pointer to a variable that will receive Z value for X,Y point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).